home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1304 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.9 KB

  1. Path: mail2news.demon.co.uk!devmaccn.demon.co.uk
  2. From: Alan Griffiths <aGriffiths@ma.ccngroup.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: C++ compilers
  5. Date: Wed, 10 Jan 1996 09:18:39 GMT
  6. Organization: CCN Market Analysis
  7. Distribution: world
  8. Message-ID: <439559716wnr@ma.ccngroup.com>
  9. References: <4cllid$nbq@kettle.magna.com.au>
  10. Reply-To: aGriffiths@ma.ccngroup.com
  11. X-NNTP-Posting-Host: devmaccn.demon.co.uk
  12. X-Broken-Date: Wednesday, Jan 10, 1996 09.18.39 GMT
  13. X-Newsreader: Newswin Alpha 0.6
  14. X-Mail2News-Path: devmaccn.demon.co.uk
  15.  
  16. In article: <4cllid$nbq@kettle.magna.com.au>  kristoph@magna.com.au (Kristoph A. Cichocki) writes:
  17. >     I am in search of a compiler, which works under Win95 and WinNT which 
  18. > supports the dynamic_cast and typeid operators. Does anyone know if VC++4.0 
  19. > does this, Symantec 7.0 or Borland ( whatever is the latest version ).
  20.  
  21.           dynamic_cast/typeid   bool      templates    exceptions  namespace
  22. MSVC4   -    Yes                 No          4/10        5/10        10/10 
  23. BCC4.5x -    Yes                emulates     7/10        9/10         No 
  24. SC7.x   -    Yes                 No          7/10        9/10         No
  25.  
  26. The scores out of ten relate to features that are implemented but don't 
  27. match the language standard and reflect the level of problems I've 
  28. experienced.  (I.e. they are subjective)
  29.  
  30. If you emulate bool with MFC4 be careful - this _reserved identifier_ is 
  31. used as a structure member! :(
  32.  
  33. >     What are some 'pure' C++ compilers which will compile Windows 32-bit 
  34. > software????
  35.  
  36. What is "pure"?  (Depending on what you intend; you're probably onto a 
  37. loser, MFC and a [draft] standard implementation of C++ are incompatable)
  38.  
  39. Alan Griffiths               | Also editor of: The ISDF Newsletter
  40. Senior Systems Consultant,   | (An Association of C and C++ Users publication)
  41. CCN Group Limited.           | (ISDF editor  : isdf@octopull.demon.co.uk)
  42. (agriffiths@ma.ccngroup.com) | (For ACCU see : http://bach.cis.temple.edu/accu)
  43.  
  44.  
  45.  
  46.